home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.2 for Intel / NeXTSTEP 3.2 for Intel.iso / NextApps / Librarian.app / English.lproj / Find.nib / data.classes next >
Encoding:
Text File  |  1992-03-05  |  232 b   |  19 lines

  1. Find = {
  2.     ACTIONS = {
  3.     enterSelection:;
  4.     findNext:;
  5.     showPanel:;
  6.     findPrevious:;
  7.     };
  8.     OUTLETS = {
  9.     searchStr;
  10.     panel;
  11.     };
  12.     SUPERCLASS = Object;
  13. };
  14. FirstResponder = {
  15.     ACTIONS = {
  16.     };
  17.     SUPERCLASS = Object;
  18. };
  19.